Skip to main content

driverNames

Type

function

Summary

Returns a list of available serial drivers.

Syntax

the driverNames
driverNames()

Description

Use the driverNames function to find out which serial drivers can be used with the open driver, read from driver, write to driver, and close driver commands.

Usually, you use the callout file name--the third item in the line for the driver you want--with the open driver, read from driver, write to driver, and close driver commands.

Examples

put firstItems(the driverNames) into menu "Choose a driver:"

keyword: items, line

command: open driver, write to driver, read from driver, close driver

control structure: function

function: result

glossary: Unix, Windows, command, return, Mac OS, device driver

Compatibility and Support

Introduced

LiveCode 2.0

OS

mac

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?